PATHMac OS 8 and 9 Developer Documentation > Interapplication Communication > AppleScript for Scripters >

AppleScript Language Guide

   

Predefined Variables

Predefined variables are variables whose values are supplied by AppleScript. You can use them in scripts without setting their values. Predefined variables are global--that is, you can use them anywhere in a script.

For a summary of AppleScript's predefined variables, see Constants and The Language at a Glance.

Note

Although AppleScript does not prevent you from setting the values of predefined variables, you should treat predefined variables as constants--that is, you should never change their values.


© 1999 Apple Computer, Inc. – (Last Updated 21 May 99)